home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / win / vbsmpls.zip / SAMPLES / OLEDB / ABSTRACT.TXT next >
Text File  |  1994-03-24  |  862b  |  18 lines

  1. OLEDB: Demonstrates Storing and Retrieving OLE 2 Objects in a Database with 
  2. Visual Basic« 3.0
  3.  
  4. The OLEDB sample application is a Microsoft« Visual Basic 3.0 program that 
  5. demonstrates OLE (Object Linking and Embedding) version 2 functionality by 
  6. manipulating data access objects. OLEDB allows you to add, delete, view, and 
  7. edit OLE objects in a Microsoft Access« database. The database can contain 
  8. Word documents, Microsoft Excel spreadsheets, wave files, bitmaps, text files, 
  9. and so on.
  10.  
  11. OLEDB demonstrates the use of the Visual Basic GetChunk() and 
  12. AppendChunk() methods to store and retrieve large amounts of data in a 
  13. Microsoft Access binary field. The OLEDB.BAS file contains reusable Visual 
  14. Basic routines for storing and retrieving OLE objects, files, or any other 
  15. data.
  16.  
  17. OLEDB was built with Microsoft Visual Basic version 3.0.
  18.